SOME IDEAS!
煮醋鸡蛋补钙
100% Natural Eggshell Calcium with Vitamin D3
FiberGlass Ear Endoscope for phone
DIY GLOWING BUBBLE LIGHT
Acrylic Diamonds
充电饭盒
3D打印機的價值
3D打印機的價值在於印什麽零件 就好像印刷機
聘用清洁服务,钟点清洁工 App like bnb
About Taking Photos
Now taking photos is so easy and create lots of image data
In the past taking photos is so troublesome and so photos are previous
implications
simplify the jobs, low pricing, creates explosion of applications and products
Considerations
what others tools or actions can be simplified?
eg.
computers, graphics, excels, R, buses, cars, electric vehicles, flying cameras, helicopters...., considering the printing industry, politics industry, Macdonals..., Iphones. MP3s, USB storages... Rice Cookers,
balance wheels
must see
VRs, 3D Scanning, 3D printing, nanos, micro photographings, robots, new technologies...
Development stages
consider the photoshop, freehand stages, start by selling services, finally mass selling of the products
□□□□□□□□□□(此处删去1159字)
黄谷柳 虾球传
《红岩》
《铁道游击队》
黄蓓佳 《布里小镇》
汪曾祺 《黄油烙饼》
王璞 《捉迷藏》
阿来 《秤砣》
张承志 《红花蕾》
鲁敏 《在地图上》
銅價monitoring
黃金/原油比 股市与国债比 股市与黄金比 股市与原油比 股市与中原指数比
Monitoring of the other indexs like steel, baltic
10 min huge turnover ===> big action
programmable heater, fan, humidity, rotation tool for hatching eggs
电热干衣机
滚筒 + 加热器, 取代煤气加热
肠粉机 250元
simulate stk mkt
use html and javascript
create u/d generator continuously
plot chart graph
hit action button stop clock
make transaction
shiftedge = function(edge) {
return(
c(tail(edge, length(edge)-1), sample(-10:10, 1))
)
}
# calcWave
calcWAve = function(theArray) {
sum = 0
for( i in 1:length(theArray) ) {sum = sum + theArray[i] * i;}
return (sum / ((1 + length(theArray))*length(theArray)/2))
}
# init arrays
edge <- sample(-10:10, 60, replace=TRUE)
edgebasetrend = 0
level1trend = 0
for(i in 1:60){
edge = shiftedge(edge)
edgebasetrend = c(edgebasetrend, calcWAve(edge))
level1trend = c(level1trend, calcWAve(edgebasetrend))
}
edgebasetrend = tail(edgebasetrend, 60)
level1trend = tail(level1trend, 60)
# loop begins
for(i in 1:60){
edge = shiftedge(edge)
edgebasetrend = c(edgebasetrend, calcWAve(edge))
edgebasetrend = tail(edgebasetrend, 60)
level1trend = c(level1trend, calcWAve(edgebasetrend))
level1trend = tail(level1trend, 60)
Sys.sleep(1)
plot(edgebasetrend)
}